home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / BORL_TIP / TI100 / TI206.ASC < prev    next >
Text File  |  1991-09-11  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 206
  10.   VERSION : 3.01x
  11.        OS : PC-DOS
  12.      DATE : March 20, 1986                               PAGE : 1/2
  13.     TITLE : BACKUP FILE CREATION - DISABLE PATCH
  14.  
  15.  
  16.  
  17.  
  18.   The following patch disables Turbo Pascal's creation of a back-
  19.   up file each time a file is saved to disk.
  20.  
  21.   Use the DOS utility, DEBUG, to apply the following patch to a
  22.   COPY of your original .COM file. Copy DEBUG.COM into the
  23.   directory (or onto the diskette) where your working copy of
  24.   TURBO.COM (TURBO-87.COM, TURBOBCD.COM) is located. At the DOS
  25.   prompt, type the following information exactly as it appears.
  26.   (Conclude each line by pressing <Enter>.)
  27.  
  28.   Note:
  29.   1.   DEBUG is not sensitive to upper and lower case. All
  30.        addresses are listed in upper case for ease of  readability.
  31.  
  32.   2.   While in DEBUG, the prompt will appear as a dash (-).
  33.  
  34.   3.   If you do not receive the appropriate response,  press "q"
  35.        followed by <Return>, to quit. Check  your version numbers
  36.        and, if correct, try again.
  37.  
  38.  
  39.  
  40.  
  41.    TURBO.COM
  42.  
  43.            Type the following:                You will see:
  44.  
  45.             debug TURBO.COM<Enter>             -
  46.  
  47.             e3368<Enter>                       xxxx:3368 42._
  48.  
  49.             2E<Enter>                          -
  50.  
  51.             w<Enter>                           Writing xxxx bytes
  52.  
  53.             q<Enter>                           Back to DOS prompt
  54.  
  55.  
  56.                              TURBO-87.COM
  57.  
  58.            Type the following:                 You will see:
  59.  
  60.             debug TURBO-87.COM<Enter>           -
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 206
  76.   VERSION : 3.01x
  77.        OS : PC-DOS
  78.      DATE : March 20, 1986                               PAGE : 2/2
  79.     TITLE : BACKUP FILE CREATION - DISABLE PATCH
  80.  
  81.  
  82.  
  83.  
  84.             e2E31<Enter>                        xxxx:2E31 42._
  85.  
  86.             2E<Enter>                           -
  87.  
  88.             w<Enter>                            Writing xxxx bytes
  89.  
  90.             q<Enter>                            DOS prompt
  91.  
  92.  
  93.                             TURBOBCD.COM
  94.  
  95.            Type the following:                 You will see:
  96.  
  97.             debug TURBOBCD.COM<Enter>           -
  98.  
  99.             e3289<Enter>                        xxxx:3289 42._
  100.  
  101.             2E<Enter>                           -
  102.  
  103.             w<Enter>                            Writing xxxx bytes
  104.  
  105.             q<Enter>                            DOS prompt
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.